home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / DataLo~1.cab / _E854012A6D6743CA8276106CF6C1174B < prev    next >
Encoding:
Text File  |  2004-08-11  |  574 b   |  32 lines

  1.  
  2. !Include("..\\..\\menu\\uidef\\UILogicVis.def")
  3.  
  4. UIElem("ID_INFO_TITLE")
  5. {
  6.     Default()
  7.     {
  8.         Text("&#CurrSelectedPart.m_sID#_NAME&")
  9.     }
  10. }
  11.  
  12. UIElem("ID_INFO")
  13. {
  14.     Default()
  15.     {
  16.         Text("&#CurrSelectedPart.m_sID#_DESCRIPTION&
  17.  
  18. &PART_WeightChange&: #%0((CurrSelectedPart.m_fWeightMul-1.0)*100.0)#%")
  19.     }
  20.  
  21.     OnCondition("CurrSelectedPart.m_iBuyPrice != 0")
  22.     {
  23.         Text("&#CurrSelectedPart.m_sID#_DESCRIPTION&
  24.  
  25. &PART_WeightChange&: #%0((CurrSelectedPart.m_fWeightMul-1.0)*100.0)#%
  26.  
  27. &PART_Price&: #%0CurrSelectedPart.m_iBuyPrice#&MenuCashPostfix&")        
  28.     }
  29.  
  30. }
  31.  
  32.